home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet internetowy / Rozne / eSkiMos R2 1.84 / eskimosr2.exe / {app} / eSkiMoS.exe / 0 / RCDATA / TSTATSFORM / TSTATSFORM.txt
Text File  |  2006-01-06  |  3KB  |  120 lines

  1. object StatsForm: TStatsForm
  2.   Left = 298
  3.   Top = 239
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'eSkiMoS R2 - Statystyki'
  7.   ClientHeight = 257
  8.   ClientWidth = 491
  9.   Color = clBtnFace
  10.   Font.Charset = EASTEUROPE_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object GroupBox1: TGroupBox
  22.     Left = 0
  23.     Top = 0
  24.     Width = 491
  25.     Height = 257
  26.     Align = alClient
  27.     TabOrder = 0
  28.     object Label1: TLabel
  29.       Left = 16
  30.       Top = 24
  31.       Width = 119
  32.       Height = 13
  33.       Caption = 'Wiadomo'#347'ci w archiwum:'
  34.     end
  35.     object sWArchiwum: TLabel
  36.       Left = 152
  37.       Top = 24
  38.       Width = 7
  39.       Height = 13
  40.       Caption = '0'
  41.       Font.Charset = EASTEUROPE_CHARSET
  42.       Font.Color = clWindowText
  43.       Font.Height = -11
  44.       Font.Name = 'Tahoma'
  45.       Font.Style = [fsBold]
  46.       ParentFont = False
  47.     end
  48.     object Label2: TLabel
  49.       Left = 16
  50.       Top = 48
  51.       Width = 126
  52.       Height = 13
  53.       Caption = #346'rednio wiadomo'#347'ci/dzie'#324':'
  54.     end
  55.     object sSrednioNaDzien: TLabel
  56.       Left = 152
  57.       Top = 48
  58.       Width = 7
  59.       Height = 13
  60.       Caption = '0'
  61.       Font.Charset = EASTEUROPE_CHARSET
  62.       Font.Color = clWindowText
  63.       Font.Height = -11
  64.       Font.Name = 'Tahoma'
  65.       Font.Style = [fsBold]
  66.       ParentFont = False
  67.     end
  68.     object Label3: TLabel
  69.       Left = 16
  70.       Top = 72
  71.       Width = 95
  72.       Height = 13
  73.       Caption = 'Najwi'#281'cej w dniach:'
  74.     end
  75.     object NajwiecejWDniu: TLabel
  76.       Left = 152
  77.       Top = 72
  78.       Width = 7
  79.       Height = 13
  80.       Caption = '0'
  81.       Font.Charset = EASTEUROPE_CHARSET
  82.       Font.Color = clWindowText
  83.       Font.Height = -11
  84.       Font.Name = 'Tahoma'
  85.       Font.Style = [fsBold]
  86.       ParentFont = False
  87.     end
  88.     object Label4: TLabel
  89.       Left = 16
  90.       Top = 120
  91.       Width = 65
  92.       Height = 13
  93.       Caption = 'Najwi'#281'cej do:'
  94.     end
  95.     object NajwiecejDo: TLabel
  96.       Left = 152
  97.       Top = 120
  98.       Width = 7
  99.       Height = 13
  100.       Caption = '0'
  101.       Font.Charset = EASTEUROPE_CHARSET
  102.       Font.Color = clWindowText
  103.       Font.Height = -11
  104.       Font.Name = 'Tahoma'
  105.       Font.Style = [fsBold]
  106.       ParentFont = False
  107.     end
  108.   end
  109.   object Button1: TButton
  110.     Left = 408
  111.     Top = 224
  112.     Width = 75
  113.     Height = 25
  114.     Cancel = True
  115.     Caption = 'Zamknij'
  116.     ModalResult = 2
  117.     TabOrder = 1
  118.   end
  119. end
  120.